home *** CD-ROM | disk | FTP | other *** search
/ Power Bytes: Money & Finance / PowerBytes Money and Finance CD-ROM 01 / PowerBytes Money and Finance CD-ROM 01.iso / Modem Files / WWIV Mac BBS / BBS Sample Source / modifyseclev.make < prev    next >
Encoding:
Text File  |  1986-10-17  |  535 b   |  17 lines  |  [TEXT/ttxt]

  1. #
  2. # modifyseclev.make - makefile for BBS utility programs
  3. #
  4. # T.R. Teague - 17 Oct 86
  5. #
  6.  
  7. "{BBS}"ModifySecLev            ─    "{BBS}"ModifySecLev.r "{BBS}"ModifySecLev.code
  8.     Rez "{RIncludes}"Types.r "{BBS}"ModifySecLev.r -o "{BBS}"ModifySecLev -c "MPS " -t "MPST"
  9. "{BBS}"ModifySecLev.code     ─    "{BBS}"ModifySecLev.p.o
  10.     Link -p "{BBS}"ModifySecLev.p.o  ╢
  11.         "{Libraries}"Interface.o ╢
  12.         "{PLibraries}"Paslib.o ╢
  13.         "{Libraries}"Runtime.o ╢
  14.         -o "{BBS}"ModifySecLev.code
  15. "{BBS}"ModifySecLev.p.o            ─    "{BBS}"ModifySecLev.p
  16.     Pascal -p "{BBS}"ModifySecLev.p
  17.